ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class / Add Method
The item to be added.

In This Topic
    Add Method (ItemCollection<T>)
    In This Topic
    Adds new item to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal item As T _
    ) As Integer
    public int Add( 
       T item
    )

    Parameters

    item
    The item to be added.

    Return Value

    The index of newly added item.
    See Also